home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Demos / small-ed.stk < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.1 KB  |  27 lines

  1. #!/usr/local/bin/stk -f
  2. ;;;; s m a l l - e d . s t k        -- A small editor to create enhanced
  3. ;;;;                       text (used for Help page construction)
  4. ;;;;
  5. ;;;; Copyright ⌐ 1993-1996 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
  6. ;;;; 
  7. ;;;; Permission to use, copy, and/or distribute this software and its
  8. ;;;; documentation for any purpose and without fee is hereby granted, provided
  9. ;;;; that both the above copyright notice and this permission notice appear in
  10. ;;;; all copies and derived works.  Fees for distribution or use of this
  11. ;;;; software or derived works may only be charged with express written
  12. ;;;; permission of the copyright holder.  
  13. ;;;; This software is provided ``as is'' without express or implied warranty.
  14. ;;;;
  15. ;;;; This software is a derivative work of other copyrighted softwares; the
  16. ;;;; copyright notices of these softwares are placed in the file COPYRIGHTS
  17. ;;;;
  18. ;;;;           Author: Erick Gallesio [eg@kaolin.unice.fr]
  19. ;;;;    Creation date:  6-Dec-1993 17:25
  20. ;;;; Last file update: 26-Nov-1994 10:41
  21.  
  22. (require "editor")
  23.  
  24. ;;; Build an editor instance
  25. (stk:make-editor '.ed '(exit))
  26. (wm 'withdraw *root*)
  27.